home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1997 September & October / Amiga-CD 1997 #9-10.iso / patches / x-dve2.72-update / x-dve2.72_install < prev    next >
Text File  |  1997-04-24  |  303b  |  12 lines

  1. ;** X-DVE update installation script **
  2.  
  3. If exists "X-DVE:"
  4.     Echo "*nUpdating X-DVE English Version.*n"
  5.     lhex -afw X-DVE: x X-DVE.LHA
  6.     Execute "X-DVE:Utils/InstallLibs"
  7.     Echo "*nDone.*n*n*n"
  8. Else
  9.     Echo "*nWarning: X-DVE is not correctly installed."
  10.     Echo "Update aborted."
  11. EndIf
  12.